Class HtmlElementTest

java.lang.Object
com.fsf.news.model.html.HtmlElementTest

class HtmlElementTest extends Object
Unit tests for the HtmlElement class.
  • Constructor Details

    • HtmlElementTest

      HtmlElementTest()
  • Method Details

    • testToHtmlSingularTag

      @Test void testToHtmlSingularTag()
      Tests that the toHtml method generates the expected HTML for a singular tag.
    • testToHtmlPairedTag

      @Test void testToHtmlPairedTag()
      Tests that the toHtml method generates the expected HTML for a paired tag.
    • testToHtmlWithProperties

      @Test void testToHtmlWithProperties()
      Tests that the toHtml method generates the expected HTML when properties are present.